home *** CD-ROM | disk | FTP | other *** search
- global ImageNum, HPos, VPos
-
- on new me
- puppetSound("Landelyd")
- set ImageNum to 832
- set HPos to the mouseH
- set VPos to the mouseV
- set the locH of sprite 62 to HPos
- set the locV of sprite 62 to VPos
- set the locH of sprite 99 to 780
- end
-
- on exitFrame
- set ImageNum to ImageNum + 1
- if ImageNum > 847 then
- go(#next)
- end if
- set the locH of sprite 62 to HPos
- set the locV of sprite 62 to VPos - ((64 - ((ImageNum - 840) * (ImageNum - 840))) * 3)
- set the memberNum of sprite 62 to ImageNum
- updateStage()
- go(the frame)
- end
-